Primary Sales Fees
This field specifies the service charges applied during primary sales.
The primarySalesFee
object consists of the type of fee and its value.
{
primarySalesFee: {
type: 'FIXED' | 'PERCENTAGE',
value: number
}
}
Usage of primarySalesFee
The primarySalesFee
object can be applied in the following cases (listed hierarchically):
- Ticket.
- Ticket option.
- Show.
- Event.
Using it in the cases listed above is optional. However, it is required to establish a value at the integration level, which must be coordinated with the Account Manager.
When actions based on primarySalesFee
values need to be performed, the value present at the ticket level will be considered first, if available, followed by the ticket option, and so on until the value at the integration level is used.
This property is not required.